Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump repos #1807

Closed
wants to merge 1 commit into from
Closed

Bump repos #1807

wants to merge 1 commit into from

Conversation

jimmykarily
Copy link
Contributor

This fixes k3s not starting on alpine

because of the missing /etc/rancher/k3s directory.
Fix from here: kairos-io/packages@96c44ab

Signed-off-by: Dimitris Karakasilis <[email protected]>
@jimmykarily jimmykarily requested a review from Itxaka September 11, 2023 14:22
@jimmykarily jimmykarily self-assigned this Sep 11, 2023
@@ -284,7 +284,7 @@ jobs:
run: echo ${{ secrets.QUAY_PASSWORD }} | docker login -u ${{ secrets.QUAY_USERNAME }} --password-stdin quay.io
- name: Build 🔧
run: |
earthly +all -VARIANT=standard -K3S_VERSION=${{ matrix.k3s_version }} -FLAVOR=${{ matrix.flavor }}
earthly +all -VARIANT=standard -K3S_VERSION="${{ matrix.k3s_version }}" -FLAVOR=${{ matrix.flavor }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locally when building the image, it was failing to find the package and it worked when I added quotes (there is a + symbol in the version). But I tend to think it was something irrelevant (earthly caches?). Not sure if the quotes are needed.

@Itxaka
Copy link
Member

Itxaka commented Sep 11, 2023

Can this wait so we merge the other updated package for autoreset fix? :)

@jimmykarily
Copy link
Contributor Author

Closing in favor of this: #1808

@jimmykarily jimmykarily deleted the bump-repos branch September 11, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants